/* _content/KiwiMill Web Manager/Customer/CustomerViewProject.razor.rz.scp.css */
.input-group[b-ie4qieys6s] {
    margin-top: 30px;
    position: relative;
}

.input-group[b-ie4qieys6s] {
    position: relative;
}

.input-group-addon[b-ie4qieys6s] {
    border: none;
}

.linkname[b-ie4qieys6s] {
    display: none;
}

#copyButton[b-ie4qieys6s] {
    cursor: pointer;
    background: #f1bb3a;
}

#copyTarget[b-ie4qieys6s] {
    border-left: none;
}

.copied[b-ie4qieys6s] {
    opacity: 1;
    position: absolute;
    left: 55px;
}

@media (min-width: 768px) {
    .copied[b-ie4qieys6s] {
        left: 135px;
    }

    .linkname[b-ie4qieys6s] {
        display: block;
        background: #3b3e45;
        color: #fff;
    }
}
/* _content/KiwiMill Web Manager/Customer/LayoutCustomer.razor.rz.scp.css */
.page[b-3ch3itx9ny] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ch3itx9ny] {
    flex: 1;
}

.sidebar[b-3ch3itx9ny] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3ch3itx9ny] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3ch3itx9ny]  a, .top-row .btn-link[b-3ch3itx9ny] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3ch3itx9ny] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3ch3itx9ny] {
        display: none;
    }

    .top-row.auth[b-3ch3itx9ny] {
        justify-content: space-between;
    }

    .top-row a[b-3ch3itx9ny], .top-row .btn-link[b-3ch3itx9ny] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ch3itx9ny] {
        flex-direction: row;
    }

    .sidebar[b-3ch3itx9ny] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ch3itx9ny] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3ch3itx9ny], article[b-3ch3itx9ny] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Customer/LayoutKiwiMill.razor.rz.scp.css */
.page[b-dqs3ju5wve] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dqs3ju5wve] {
    flex: 1;
}

.sidebar[b-dqs3ju5wve] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dqs3ju5wve] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dqs3ju5wve]  a, .top-row .btn-link[b-dqs3ju5wve] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dqs3ju5wve] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dqs3ju5wve] {
        display: none;
    }

    .top-row.auth[b-dqs3ju5wve] {
        justify-content: space-between;
    }

    .top-row a[b-dqs3ju5wve], .top-row .btn-link[b-dqs3ju5wve] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dqs3ju5wve] {
        flex-direction: row;
    }

    .sidebar[b-dqs3ju5wve] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dqs3ju5wve] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-dqs3ju5wve], article[b-dqs3ju5wve] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Pages/AccountingDashboard.razor.rz.scp.css */
body[b-p88jm16hjb] {
}

.flex-container[b-p88jm16hjb] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}

.flex-item[b-p88jm16hjb] {
    flex: 50%;
    max-width: 50%;
    padding: 0 8px;
}

@media screen and (max-width: 800px) {
    .flex-item[b-p88jm16hjb] {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .flex-item[b-p88jm16hjb] {
        flex: 100%;
        max-width: 100%;
    }
}
/* _content/KiwiMill Web Manager/Pages/CardOpportunities.razor.rz.scp.css */
.HideOnSmallScreen[b-zxu1kqww8l] {
}

@media (max-width: 768px) {
    .HideOnSmallScreen[b-zxu1kqww8l] {
        display: none;
    }
}
/* _content/KiwiMill Web Manager/Pages/CardProject.razor.rz.scp.css */
.HideOnSmallScreen[b-qvi95d0ifw] {
    
}

@media (max-width: 768px) {
    .HideOnSmallScreen[b-qvi95d0ifw] {
        display: none;
    }
}
/* _content/KiwiMill Web Manager/Pages/Dashboard.razor.rz.scp.css */
body[b-ebh35ou9t3] {
}

.flex-container[b-ebh35ou9t3] {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
}

.flex-item[b-ebh35ou9t3] {
    flex: 50%;
    max-width: 50%;
    padding: 0 8px;
}

@media screen and (max-width: 768px) {
    .flex-item[b-ebh35ou9t3] {
        flex: 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .flex-item[b-ebh35ou9t3] {
        flex: 100%;
        max-width: 100%;
    }
}

.HideOnSmallScreen[b-ebh35ou9t3] {
}

@media (max-width: 768px) {
    .HideOnSmallScreen[b-ebh35ou9t3] {
        display: none;
    }
}
/* _content/KiwiMill Web Manager/Pages/OpportunityLiast.razor.rz.scp.css */
/* _content/KiwiMill Web Manager/Pages/ProjectList.razor.rz.scp.css */
/* _content/KiwiMill Web Manager/Pages/ProjectListOld.razor.rz.scp.css */
.input-group[b-ajt9kt776t] {
    margin-top: 30px;
    position: relative;
}

.input-group[b-ajt9kt776t] {
    position: relative;
}

.input-group-addon[b-ajt9kt776t] {
    border: none;
}

.linkname[b-ajt9kt776t] {
    display: none;
}

#copyButton[b-ajt9kt776t] {
    cursor: pointer;
    background: #f1bb3a;
}

#copyTarget[b-ajt9kt776t] {
    border-left: none;
}

.copied[b-ajt9kt776t] {
    opacity: 1;
    position: absolute;
    left: 55px;
}

@media (min-width: 768px) {
    .copied[b-ajt9kt776t] {
        left: 135px;
    }

    .linkname[b-ajt9kt776t] {
        display: block;
        background: #3b3e45;
        color: #fff;
    }
}
/* _content/KiwiMill Web Manager/Pages/ProjectView.razor.rz.scp.css */
.input-group[b-capw7yfzva] {
    margin-top: 30px;
    position: relative;
}

.input-group[b-capw7yfzva] {
    position: relative;
}

.input-group-addon[b-capw7yfzva] {
    border: none;
}

.linkname[b-capw7yfzva] {
    display: none;
}

#copyButton[b-capw7yfzva] {
    cursor: pointer;
    background: #f1bb3a;
}

#copyTarget[b-capw7yfzva] {
    border-left: none;
}

.copied[b-capw7yfzva] {
    opacity: 1;
    position: absolute;
    left: 55px;
}

@media (min-width: 768px) {
    .copied[b-capw7yfzva] {
        left: 135px;
    }

    .linkname[b-capw7yfzva] {
        display: block;
        background: #3b3e45;
        color: #fff;
    }
}
/* _content/KiwiMill Web Manager/sem/LayoutSem.razor.rz.scp.css */
.page[b-iobq1rvjqq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iobq1rvjqq] {
    flex: 1;
}

.sidebar[b-iobq1rvjqq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iobq1rvjqq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iobq1rvjqq]  a, .top-row .btn-link[b-iobq1rvjqq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-iobq1rvjqq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-iobq1rvjqq] {
        display: none;
    }

    .top-row.auth[b-iobq1rvjqq] {
        justify-content: space-between;
    }

    .top-row a[b-iobq1rvjqq], .top-row .btn-link[b-iobq1rvjqq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iobq1rvjqq] {
        flex-direction: row;
    }

    .sidebar[b-iobq1rvjqq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iobq1rvjqq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-iobq1rvjqq], article[b-iobq1rvjqq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-1tbh6odnig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1tbh6odnig] {
    flex: 1;
}

.sidebar[b-1tbh6odnig] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1tbh6odnig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1tbh6odnig]  a, .top-row .btn-link[b-1tbh6odnig] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1tbh6odnig] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1tbh6odnig] {
        display: none;
    }

    .top-row.auth[b-1tbh6odnig] {
        justify-content: space-between;
    }

    .top-row a[b-1tbh6odnig], .top-row .btn-link[b-1tbh6odnig] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1tbh6odnig] {
        flex-direction: row;
    }

    .sidebar[b-1tbh6odnig] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1tbh6odnig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1tbh6odnig], article[b-1tbh6odnig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Shared/LoginLayout.razor.rz.scp.css */
.page[b-aqp44juscs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-aqp44juscs] {
    flex: 1;
}

.sidebar[b-aqp44juscs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aqp44juscs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aqp44juscs]  a, .top-row .btn-link[b-aqp44juscs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-aqp44juscs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-aqp44juscs] {
        display: none;
    }

    .top-row.auth[b-aqp44juscs] {
        justify-content: space-between;
    }

    .top-row a[b-aqp44juscs], .top-row .btn-link[b-aqp44juscs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aqp44juscs] {
        flex-direction: row;
    }

    .sidebar[b-aqp44juscs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aqp44juscs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-aqp44juscs], article[b-aqp44juscs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Shared/MainLayout.razor.rz.scp.css */
.page[b-32xqoavvrh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-32xqoavvrh] {
    flex: 1;
}

.sidebar[b-32xqoavvrh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-32xqoavvrh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-32xqoavvrh]  a, .top-row .btn-link[b-32xqoavvrh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-32xqoavvrh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-32xqoavvrh] {
        display: none;
    }

    .top-row.auth[b-32xqoavvrh] {
        justify-content: space-between;
    }

    .top-row a[b-32xqoavvrh], .top-row .btn-link[b-32xqoavvrh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-32xqoavvrh] {
        flex-direction: row;
    }

    .sidebar[b-32xqoavvrh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-32xqoavvrh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-32xqoavvrh], article[b-32xqoavvrh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Shared/MobileMenu.razor.rz.scp.css */
body[b-9mkbr7van5] {
    background: lightBlue;
    height: 300vh;
    font-family: sans-serif;
}

.mobile-footer[b-9mkbr7van5] {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #595959;
}

__item[b-9mkbr7van5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
}

.footerItem[b-9mkbr7van5] {
    text-align: center;
    color:white;
}

a[b-9mkbr7van5] {
    text-decoration: none;
    color: inherit;
}

img[b-9mkbr7van5] {
    margin-bottom: .5rem;
    border-radius: 50%;
}



/* Mobile menu styles when screen is smaller than 768px */

@media (max-width: 768px) {
    .mobile-footer[b-9mkbr7van5] {
        display: flex;
    }
}
/* _content/KiwiMill Web Manager/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fudlqp65up] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-fudlqp65up] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fudlqp65up] {
    font-size: 1.1rem;
}

.oi[b-fudlqp65up] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-fudlqp65up] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fudlqp65up] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fudlqp65up] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fudlqp65up]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-fudlqp65up]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-fudlqp65up]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fudlqp65up] {
        display: none;
    }

    .collapse[b-fudlqp65up] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/KiwiMill Web Manager/Shared/ReportLayout.razor.rz.scp.css */
.page[b-5rcebk2twg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5rcebk2twg] {
    flex: 1;
}

.sidebar[b-5rcebk2twg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5rcebk2twg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5rcebk2twg]  a, .top-row .btn-link[b-5rcebk2twg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5rcebk2twg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5rcebk2twg] {
        display: none;
    }

    .top-row.auth[b-5rcebk2twg] {
        justify-content: space-between;
    }

    .top-row a[b-5rcebk2twg], .top-row .btn-link[b-5rcebk2twg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5rcebk2twg] {
        flex-direction: row;
    }

    .sidebar[b-5rcebk2twg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5rcebk2twg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-5rcebk2twg], article[b-5rcebk2twg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/KiwiMill Web Manager/Shared/TopMenu.razor.rz.scp.css */
@media (max-width: 768px) {
    .top-menu[b-j1tasftvjl] {
        display: none;
    }
}
